home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLDIVISION / TFORMHTMLDIVISION.txt
Encoding:
Text File  |  1997-12-06  |  3.4 KB  |  160 lines

  1. object FormHTMLDivision: TFormHTMLDivision
  2.   Left = 167
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Division'
  7.   ClientHeight = 169
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 229
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxAlign: TGroupBox
  35.     Left = 121
  36.     Top = 27
  37.     Width = 95
  38.     Height = 82
  39.     Caption = 'ALIGN'
  40.     TabOrder = 1
  41.     object ListBoxALIGN: TListBox
  42.       Left = 2
  43.       Top = 15
  44.       Width = 91
  45.       Height = 43
  46.       Align = alClient
  47.       ExtendedSelect = False
  48.       ItemHeight = 13
  49.       Items.Strings = (
  50.         '0'
  51.         'left'
  52.         'center'
  53.         'right')
  54.       ParentShowHint = False
  55.       ShowHint = False
  56.       TabOrder = 0
  57.       OnClick = ListBoxALIGNClick
  58.     end
  59.     object PanelALIGN: TPanel
  60.       Left = 2
  61.       Top = 58
  62.       Width = 91
  63.       Height = 22
  64.       Hint = 'ALIGN attribute'
  65.       Align = alBottom
  66.       Alignment = taLeftJustify
  67.       BevelOuter = bvNone
  68.       BorderStyle = bsSingle
  69.       Caption = 'PanelALIGN'
  70.       ParentShowHint = False
  71.       ShowHint = True
  72.       TabOrder = 1
  73.       OnClick = PanelALIGNClick
  74.     end
  75.   end
  76.   object PanelBottom: TPanel
  77.     Left = 0
  78.     Top = 116
  79.     Width = 337
  80.     Height = 53
  81.     Align = alBottom
  82.     BevelOuter = bvNone
  83.     Caption = 'PanelBottom'
  84.     Font.Color = clBtnFace
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     object Bevel: TBevel
  91.       Left = 0
  92.       Top = 0
  93.       Width = 337
  94.       Height = 6
  95.       Align = alTop
  96.       Shape = bsTopLine
  97.     end
  98.     object ButtonInsert: TButton
  99.       Left = 4
  100.       Top = 8
  101.       Width = 77
  102.       Height = 25
  103.       Hint = 'Use the HTML tag'
  104.       Caption = '&OK'
  105.       ParentShowHint = False
  106.       ShowHint = True
  107.       TabOrder = 0
  108.       OnClick = ButtonInsertClick
  109.     end
  110.     object ButtonCancel: TButton
  111.       Left = 88
  112.       Top = 8
  113.       Width = 77
  114.       Height = 25
  115.       Cancel = True
  116.       Caption = '&Cancel'
  117.       ParentShowHint = False
  118.       ShowHint = False
  119.       TabOrder = 1
  120.       OnClick = ButtonCancelClick
  121.     end
  122.     object ButtonHelp: TButton
  123.       Left = 256
  124.       Top = 8
  125.       Width = 77
  126.       Height = 25
  127.       Caption = '&Help'
  128.       ParentShowHint = False
  129.       ShowHint = False
  130.       TabOrder = 3
  131.       OnClick = ButtonHelpClick
  132.     end
  133.     object ButtonClearAll: TButton
  134.       Left = 172
  135.       Top = 8
  136.       Width = 77
  137.       Height = 25
  138.       Hint = 'Clear and reset all attributes to defaults'
  139.       Caption = 'Clear &All'
  140.       ParentShowHint = False
  141.       ShowHint = True
  142.       TabOrder = 2
  143.       OnClick = ButtonClearAllClick
  144.     end
  145.     object PanelSaveReuseLevel: TPanel
  146.       Left = 4
  147.       Top = 40
  148.       Width = 329
  149.       Height = 9
  150.       BevelOuter = bvLowered
  151.       Caption = ' '
  152.       ParentShowHint = False
  153.       ShowHint = True
  154.       TabOrder = 4
  155.       OnDblClick = PanelSaveReuseLevelDblClick
  156.       OnMouseMove = PanelSaveReuseLevelMouseMove
  157.     end
  158.   end
  159. end
  160.